Vapi Std NestedLocalizableMessage

Vapi Std NestedLocalizableMessage
Vapi Std NestedLocalizableMessage

The Vapi Std NestedLocalizableMessage schema represents a nested within a parameter localizable string or message template. This schema is useful for modeling composite messages. Such messages are necessary to do correct pluralization of phrases, represent lists of several items etc.

This schema was added in vSphere API 7.0.0.0.

JSON Example
{
    "id": "string",
    "params": {
        "params": "Vapi Std LocalizationParam Object"
    }
}
string
id
Required

Unique identifier of the localizable string or message template.

This identifier is typically used to retrieve a locale-specific string or message template from a message catalog.

This property was added in vSphere API 7.0.0.0.

object
params
Optional

Named Arguments to be substituted into the message template.

This property was added in vSphere API 7.0.0.0.

services will not populate this field when there are no parameters to be substituted